home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 36 / PC Gamer IT CD 36 2-2.iso / utility / pmio12 / Pmio.ex_ / 0 / RCDATA / TMEMOREPLACEFORM1 / TMEMOREPLACEFORM1.txt < prev   
Text File  |  1998-10-17  |  3KB  |  146 lines

  1. object MemoReplaceForm1: TMemoReplaceForm1
  2.   Left = 70
  3.   Top = 117
  4.   ActiveControl = ReplaceButton
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Confirm Text Replacement'
  8.   ClientHeight = 299
  9.   ClientWidth = 344
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 9
  21.     Top = 56
  22.     Width = 158
  23.     Height = 17
  24.     AutoSize = False
  25.     Caption = 'Source comment:'
  26.     Color = clBtnFace
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentColor = False
  33.     ParentFont = False
  34.     Transparent = True
  35.   end
  36.   object Label2: TLabel
  37.     Left = 177
  38.     Top = 56
  39.     Width = 158
  40.     Height = 17
  41.     AutoSize = False
  42.     Caption = 'Destination comment:'
  43.     Color = clBtnFace
  44.     Font.Charset = DEFAULT_CHARSET
  45.     Font.Color = clBlue
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ParentColor = False
  50.     ParentFont = False
  51.     Transparent = True
  52.   end
  53.   object Label3: TLabel
  54.     Left = 8
  55.     Top = 36
  56.     Width = 325
  57.     Height = 17
  58.     Alignment = taCenter
  59.     AutoSize = False
  60.     Caption = 'The source and destination images have different comments.'
  61.     Transparent = True
  62.   end
  63.   object Image1: TImage
  64.     Left = 20
  65.     Top = 260
  66.     Width = 32
  67.     Height = 32
  68.     AutoSize = True
  69.     Center = True
  70.     Picture.Data = {<image001.ico>}
  71.   end
  72.   object Label4: TLabel
  73.     Left = 8
  74.     Top = 239
  75.     Width = 325
  76.     Height = 17
  77.     Alignment = taCenter
  78.     AutoSize = False
  79.     Caption = 'What do you want to do with the destination comment?'
  80.     Color = clBtnFace
  81.     Font.Charset = DEFAULT_CHARSET
  82.     Font.Color = clBlue
  83.     Font.Height = -11
  84.     Font.Name = 'MS Sans Serif'
  85.     Font.Style = []
  86.     ParentColor = False
  87.     ParentFont = False
  88.   end
  89.   object Memo1: TMemo
  90.     Left = 8
  91.     Top = 72
  92.     Width = 160
  93.     Height = 160
  94.     Enabled = False
  95.     ReadOnly = True
  96.     TabOrder = 0
  97.   end
  98.   object Memo2: TMemo
  99.     Left = 175
  100.     Top = 72
  101.     Width = 160
  102.     Height = 160
  103.     Enabled = False
  104.     ReadOnly = True
  105.     TabOrder = 1
  106.   end
  107.   object ReplaceButton: TButton
  108.     Left = 83
  109.     Top = 264
  110.     Width = 75
  111.     Height = 25
  112.     Caption = '&Replace it'
  113.     Default = True
  114.     ModalResult = 1
  115.     TabOrder = 2
  116.     OnClick = ReplaceButtonClick
  117.   end
  118.   object KeepButton: TButton
  119.     Left = 187
  120.     Top = 264
  121.     Width = 75
  122.     Height = 25
  123.     Cancel = True
  124.     Caption = '&Keep it'
  125.     ModalResult = 2
  126.     TabOrder = 3
  127.   end
  128.   object FileEdit: TEdit
  129.     Left = 28
  130.     Top = 4
  131.     Width = 309
  132.     Height = 21
  133.     BorderStyle = bsNone
  134.     Color = clBtnFace
  135.     Font.Charset = DEFAULT_CHARSET
  136.     Font.Color = clBlue
  137.     Font.Height = -11
  138.     Font.Name = 'MS Sans Serif'
  139.     Font.Style = []
  140.     ParentFont = False
  141.     ReadOnly = True
  142.     TabOrder = 4
  143.     Text = 'x'
  144.   end
  145. end
  146.